home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1391 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  727 b 

  1. Path: gate.stateoftheart.com!usenet
  2. From: Michael@StateOfTheArt.com (Mike Johnson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Creation of a Visual Basic VBX-File out of a C-Lib
  5. Date: Wed, 10 Jan 1996 18:50:11 GMT
  6. Organization: State Of The Art, Inc.
  7. Message-ID: <4d11qt$hv4@gate.stateoftheart.com>
  8. References: <4cer10$f04@news00.btx.dtag.de>
  9. NNTP-Posting-Host: g-235.stateoftheart.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. ediplan@t-online.de (Reinald Assheuer-Stratmann) wrote:
  13.  
  14. #We have a MS C-library and want to start the functions out of Visual 
  15. #Basic 3.0 prof. Who Knows how to create a VBX-control or a dll?
  16.  
  17. #Regards
  18. #Reinald
  19.  
  20. Actually it would almost be easier to convert the lib into a DLL.
  21. Then call the DLL from VB.
  22.  
  23.